Skip to content

RHIDP-6573: Document resource requirements (Helm-based) for orchestrator in RHDH #1282

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jmagak
Copy link
Member

@jmagak jmagak commented Jul 24, 2025

IMPORTANT: Do Not Merge - To be merged by Docs Team Only

Version(s): 1.7

Issue: RHIDP-6573

Preview:
1. Installing Red Hat Developer Hub with Orchestrator using Helm
1.1. Resource requirements for Orchestrator

@rhdh-bot
Copy link
Collaborator

Comment on lines +11 to +26
|===
| Resource
| Default value

| CPU requests
| 250m

| Memory requests
| 64Mi

| CPU limits
| 500m

| Memory limits
| 1Gi
|===
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think users would only be interested in resource limits (not requests), as this is what is enforced by the cluster.


[source,bash]
----
helm install <release_name> redhat-developer/backstage \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
helm install <release_name> redhat-developer/backstage \
helm upgrade --install <release_name> openshift-helm-charts/redhat-developer-hub \

helm upgrade --install is generally recommended, as it will either install a new Helm release or upgrade it with the new parameters.

And similar to my comment here, we should use the official OpenShift Helm Charts repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants